home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / windows / wb33 / mcitest.wb$ < prev    next >
Encoding:
Text File  |  1992-02-26  |  210 b   |  12 lines

  1. last="???"
  2. ErrorMode(@NOTIFY)
  3. :loop
  4.  
  5. last=AskLine("MCI Command",last,last)
  6. LastError()
  7. b=playMedia(last)
  8. if LastError()!=0 then goto loop
  9. if b=="" then goto loop
  10. Display(3,"MCI Results",b)
  11. goto loop
  12.